home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 December / EnterCD 12_2002.iso / Multimedia / SuperDVD Player 4.0 / superdvd.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-10-16  |  4.0 KB  |  77 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=SuperDVD Player
  4. AppVerName=SuperDVD Player V3.50
  5. AppId=SuperDVD Player
  6. AppPublisher=MasterSoft, Inc.
  7. AppPublisherURL=http://www.alldj.com
  8. AppSupportURL=http://www.alldj.com
  9. AppUpdatesURL=http://www.alldj.com
  10. DefaultDirName={pf}\MasterSoft
  11. DefaultGroupName=SuperDVD Player
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\RegFile.exe"; DestDir: "{app}"; 
  21. Source: "{app}\svedio.ico"; DestDir: "{app}"; 
  22. Source: "{app}\sdvdifo.ico"; DestDir: "{app}"; 
  23. Source: "{app}\saudio.ico"; DestDir: "{app}"; 
  24. Source: "{app}\SuperDVD.exe"; DestDir: "{app}"; 
  25. Source: "{sys}\ha1.ax"; DestDir: "{sys}"; 
  26. Source: "{sys}\ha2.ax"; DestDir: "{sys}"; 
  27. Source: "{app}\logo.bmp"; DestDir: "{app}"; 
  28. Source: "{app}\logo1.bmp"; DestDir: "{app}"; 
  29. Source: "{app}\mlcom.ax"; DestDir: "{app}"; 
  30. Source: "{app}\mpeg2dmx.ax"; DestDir: "{app}"; 
  31. Source: "{app}\mpgdec.ax"; DestDir: "{app}"; 
  32. Source: "{app}\pim2null.ax"; DestDir: "{app}"; 
  33. Source: "{app}\pva_dmx.ax"; DestDir: "{app}"; 
  34. Source: "{app}\SuperDVDhelp.chm"; DestDir: "{app}"; 
  35. Source: "{app}\windivx.ax"; DestDir: "{app}"; 
  36. Source: "{app}\skin\default\Skin.INI"; DestDir: "{app}\skin\default"; 
  37. Source: "{app}\skin\default\mainbestdown.bmp"; DestDir: "{app}\skin\default"; 
  38. Source: "{app}\skin\default\mainbeston.bmp"; DestDir: "{app}\skin\default"; 
  39. Source: "{app}\skin\default\mainbest.bmp"; DestDir: "{app}\skin\default"; 
  40. Source: "{app}\skin\default\mainbestenable.bmp"; DestDir: "{app}\skin\default"; 
  41. Source: "{app}\skin\default\probutton.bmp"; DestDir: "{app}\skin\default"; 
  42. Source: "{app}\skin\default\volbutton.bmp"; DestDir: "{app}\skin\default"; 
  43. Source: "{app}\skin\cool\Skin.INI"; DestDir: "{app}\skin\cool"; 
  44. Source: "{app}\skin\cool\mainbestenable.bmp"; DestDir: "{app}\skin\cool"; 
  45. Source: "{app}\skin\cool\mainbeston.bmp"; DestDir: "{app}\skin\cool"; 
  46. Source: "{app}\skin\cool\probutton.bmp"; DestDir: "{app}\skin\cool"; 
  47. Source: "{app}\skin\cool\volbutton.bmp"; DestDir: "{app}\skin\cool"; 
  48. Source: "{app}\skin\cool\mainbest.bmp"; DestDir: "{app}\skin\cool"; 
  49. Source: "{app}\skin\cool\mainbestdown.bmp"; DestDir: "{app}\skin\cool"; 
  50. Source: "{app}\SuperDVD.ini"; DestDir: "{app}"; 
  51. Source: "{app}\video.dll"; DestDir: "{app}"; 
  52. Source: "{app}\audio.dll"; DestDir: "{app}"; 
  53. [INI]
  54. FileName: "{app}\SuperDVD.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.alldj.com"; 
  55. [Run]
  56. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {app}\mpeg2dmx.ax"; 
  57. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {app}\mpgdec.ax"; 
  58. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {app}\pim2null.ax"; 
  59. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {app}\pva_dmx.ax"; 
  60. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {app}\windivx.ax"; 
  61. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {app}\mlcom.ax"; 
  62. Filename: "{sys}\regsvr32.exe"; Parameters: "/s {app}\mlcom.ax"; 
  63. Filename: "{app}\RegFile.exe"; 
  64. Filename: "{app}\SuperDVD.exe"; Description: "Launch SuperDVD Player"; Flags: postinstall skipifsilent nowait
  65. Filename: "{app}\SuperDVDhelp.chm"; Description: "View the Help File"; Flags: shellexec postinstall skipifsilent 
  66. [Icons]
  67. Name: "{group}\SuperDVD Player"; Filename: "{app}\SuperDVD.exe"; 
  68. Name: "{group}\SuperDVDHelp"; Filename: "{app}\SuperDVDhelp.chm"; 
  69. Name: "{group}\SuperDVD Player on the Web"; Filename: "{app}\SuperDVD.url"; 
  70. Name: "{userdesktop}\SuperDVD Player"; Filename: "{app}\SuperDVD.exe"; Tasks: desktopicon; 
  71. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SuperDVD Player"; Filename: "{app}\SuperDVD.exe"; Tasks: quicklaunchicon; 
  72. [Tasks]
  73. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  74. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  75. [UninstallDelete]
  76. Type: files; Name: "{app}\SuperDVD.url"; 
  77.